home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Networking / MacTCP / MacTCP Developer Tools / MacTCP 1.1 DTS Header Changes / MiscIPPB.h.diff < prev    next >
Encoding:
Text File  |  1993-06-15  |  2.3 KB  |  67 lines  |  [TEXT/MPS ]

  1. File #1: MiscIPPB.h
  2. File #2: fixed:MiscIPPB.h
  3.  
  4. Extra lines in 2nd before 8 in 1st (File "MiscIPPB.h"; Line Δ8; File "fixed:MiscIPPB.h"; Line 8)
  5.    8        Modifications by Steve Falkenburg, Apple MacDTS 8/91
  6.  
  7.  
  8. Extra lines in 2nd before 10 in 1st (File "MiscIPPB.h"; Line Δ10; File "fixed:MiscIPPB.h"; Line 11:25)
  9.   11    /* conditional #include -->SJF<-- */
  10.   12    
  11.   13    #ifndef __MISCIPPB__
  12.   14    #define __MISCIPPB__
  13.   15    
  14.   16    /* added for misc. definitions -->SJF<-- */
  15.   17    #ifndef __MACTCPCOMMONTYPES__
  16.   18    #include <MacTCPCommonTypes.h>
  17.   19    #endif
  18.   20    
  19.   21    /* added for AddrBlock definition -->SJF<-- */
  20.   22    #ifndef __APPLETALK__
  21.   23    #include <AppleTalk.h>
  22.   24    #endif
  23.   25    
  24.  
  25.  
  26. Nonmatching lines (File "MiscIPPB.h"; Line 14:16; File "fixed:MiscIPPB.h"; Line 30:36)
  27.   14    #define icmpEchoTimeoutErr      -23035          /* ICMP echo timed-out */
  28.   15    
  29.   16    #define ParamBlockHeader    \
  30.  
  31.   30    /* this is already #defined in MacTCPCommonTypes -->SJF<--
  32.   31    /*#define icmpEchoTimeoutErr        -23035      */  /* ICMP echo timed-out */
  33.   32    
  34.   33    
  35.   34    /* Changed from ParamBlockHeader -->SJF<-- */
  36.   35    
  37.   36    #define IPParamBlockHeader  \
  38.  
  39.  
  40. Nonmatching lines (File "MiscIPPB.h"; Line 31:32; File "fixed:MiscIPPB.h"; Line 51:52)
  41.   31    struct IPParamBlock {
  42.   32        ParamBlockHeader;                   /* standard I/O header */
  43.  
  44.   51    struct IPParamBlock {   
  45.   52        IPParamBlockHeader;                 /* standard I/O header */ /* Changed from ParamBlockHeader -->SJF<-- */
  46.  
  47.  
  48. Nonmatching lines (File "MiscIPPB.h"; Line 50; File "fixed:MiscIPPB.h"; Line 70)
  49.   50        ParamBlockHeader;                   /* standard I/O header */
  50.  
  51.   70        IPParamBlockHeader;                 /* standard I/O header */ /* Changed from ParamBlockHeader -->SJF<-- */
  52.  
  53.  
  54. Nonmatching lines (File "MiscIPPB.h"; Line 85:86; File "fixed:MiscIPPB.h"; Line 105:106)
  55.   85        int         age;                    /* ticks since cache entry verified */
  56.   86        int         access;                 /* ticks since last access */
  57.  
  58.  105        long        age;                    /* ticks since cache entry verified */  /* int->long -->SJF<-- */
  59.  106        long        access;                 /* ticks since last access */   /* int->long -->SJF<-- */
  60.  
  61.  
  62. Extra lines in 2nd file (File "MiscIPPB.h"; Line 102Δ; File "fixed:MiscIPPB.h"; Line 123:124)
  63.  123    
  64.  124    #endif      /* conditional include -->SJF<-- */
  65.  
  66. *** EOF on both files ***
  67.